(set #docselect "Select which AmigaGuide® docs to install:")
(set #docdeutsch "Deutsch (not fully updated)")
(set #docenglish "English")
(set #dochelp (cat
"Select which documentation files you wish to install. Select your preferred language(s).\n"
@askoptions-help
))
(set #supporthelp (cat
"The Delay executable is needed by the ARexx scripts and SCDPLyrics. It should be installed somewhere in your default path.\n"
@copyfiles-help
))
(set #askautolyrics "Do you want SCDPLyrics to be started whenever SCDPlayer is run?")
(set #helpautolyrics "Select 'yes' if you want SCDPLyrics window to open automatically when you start SCDPlayer. Select 'no' otherwise.")
(set #askres "Do you want Delay to be made resident?")
(set #promptres "Adding a line to your User-Startup...")
(set #helpres "This will add a line to your User-Startup for making Delay resident. This will take 2kB of memory at startup, but ARexx functions and SCDPLyrics won't access disk for waiting.")
(set #docbits 2)
)
;DEUTSCH
(if (= @language "deutsch")
(
(set #catbits 1)
(set #docbits 1)
)
)
;NORSK
(if (= @language "norsk")
(set #catbits 4)
)
;SVENSKA
(if (= @language "svenska")
(set #catbits 8)
)
;FRANÇAIS
(if (= @language "français")
(set #catbits 16)
)
;ESPAÑOL
(if (= @language "español")
(
(set #catbits 2)
(set #making_drawer "Haciendo el cajón de SCDPlayer...")
(set #copying_icons "Copiando iconos...")
(set #copying_program "Copiando el ejecutable de SCDPlayer...")
(set #copying_lyrics "Copiando el módulo ARexx SCDPLyrics...")
(set #copying_support "Copiando el executable de soporte...")
(set #making_arexx "Haciendo el cajón para los programas ARexx...")
(set #copying_arexx "Copiando programas ARexx...")
"El ejecutable Delay hace falta para los programas ARexx y SCDPLyrics. Debería instalarse en alguna parte de su ruta por defecto.\n"
@copyfiles-help
))
(set #askautolyrics "¿Quiere arrancar SCDPLyrics cada vez que se cargue SCDPlayer?")
(set #helpautolyrics "Seleccione 'sí' si desea que la ventana de SCDPLyrics se abra automáticamente al arrancar SCDPlayer. Seleccione 'no' en otro caso.")
(set #askres "¿Quiere que Delay sea hecho residente?")
(set #promptres "Añadiendo una línea a su User-Startup...")
(set #helpres "Esto añadirá una línea a su User-Startup para hacer Delay residente, lo que tomará 2kB de memoria al arrancar, pero las funciones ARexx functions y SCDPLyrics no accederán a disco para esperar.")